----------------------------------------------------------------------
Unreal Media Server User management sample
----------------------------------------------------------------------


Description
===========
Demonstrates use of Unreal Media Server user management from ASP.NET application.


How To Test
===========
1. Copy the this folder to C:\Inetpub\wwwroot\UUserAdmin
2. Convert UUserAdmin virtual folder into Web application with IIS Config tool.
3. Load UUserAdmin.sln project file 
4. Build the application.
5. Open in a Web browser
     http://localhost/UUserAdmin/UserAdmin.aspx

Note: Make sure that DCOM security for UMediaServer.UsersAccess object set up such that the account under which
      the object's methods are called has full access to the object. For example if IExternalSession methods are
      called from ASP page, Internet Guest Account should have access to the UMediaServer. ASP.NET uses ASPNET account.
      Use DCOMCnfg utility to adjust security settings for Unreal Media Server.
